home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / CAD / CALC1.ARJ / CALC.DCL next >
Text File  |  1992-11-05  |  6KB  |  356 lines

  1. cal : dialog 
  2. {
  3.    label = " Point Calculator Ver 1.0";
  4.   :row
  5.   {
  6.     :column 
  7.     {
  8.       :row 
  9.       {
  10.         spacer_1;
  11.         spacer_1;
  12.         :boxed_row
  13.         {
  14.           :text
  15.           {
  16.             label = "                  ";
  17.             key = "result";
  18.             width = 15;
  19.           }
  20.         }
  21.         spacer_1;
  22.         spacer_1;
  23.       }
  24.       spacer_1;
  25.       :row 
  26.       {
  27.         :button
  28.         {
  29.           label = "STO";
  30.           key = "c17";
  31.         }
  32.         :button
  33.         {
  34.           label = "RCL";
  35.           key = "c18";
  36.         }
  37.         :button 
  38.         {
  39.           label = "";
  40.           key = "c19";
  41.         }
  42.         :button
  43.         {
  44.           label = "Ce";
  45.           key = "c20";
  46.         }
  47.       }
  48.       :row
  49.       {
  50.         :button
  51.         {
  52.           label = "SQT";
  53.           key = "c21";
  54.         }
  55.         :button 
  56.         {
  57.           label = "SQR";
  58.           key = "c22";
  59.         }
  60.         :button 
  61.         {
  62.           label = "PI";
  63.           key = "c23";
  64.         }
  65.         :button 
  66.         {
  67.           label = "+/-";
  68.           key = "c24";
  69.         }
  70.       }
  71.       :row
  72.       {
  73.         :button
  74.         {
  75.           label = "SIN";
  76.           key = "s1";
  77.         }
  78.         :button  
  79.         {
  80.           label = "COS";
  81.           key = "s2";
  82.         }
  83.         :button
  84.         {
  85.           label = "TAN";
  86.           key = "s3";
  87.         }
  88.         :button
  89.         {
  90.           label = "INV";
  91.           key = "s4";
  92.         }
  93.       }
  94.       :row
  95.       {
  96.         :button
  97.         {
  98.           label = "7";
  99.           key = "c1";
  100.         }
  101.         :button
  102.         {
  103.           label = "8";
  104.           key = "c2";
  105.         }
  106.         :button
  107.         {
  108.           label = "9";
  109.           key = "c3";
  110.         }
  111.         :button 
  112.         {
  113.           label = "+";
  114.           key = "c4";
  115.         }
  116.       }
  117.       :row
  118.       {
  119.         :button
  120.         {
  121.           label = "4";
  122.           key = "c5";
  123.         }
  124.         :button
  125.         {
  126.           label = "5";
  127.           key = "c6";
  128.         }
  129.         :button 
  130.         {
  131.           label = "6";
  132.           key = "c7";
  133.         }
  134.         :button 
  135.         {
  136.           label = "-";
  137.           key = "c8";
  138.         }
  139.       }
  140.       :row
  141.       {
  142.         :button
  143.         {
  144.           label = "1";
  145.           key = "c9";
  146.         }
  147.         :button
  148.         {
  149.           label = "2";
  150.           key = "c10";
  151.         }
  152.         :button 
  153.         {
  154.           label = "3";
  155.           key = "c11";
  156.         }
  157.         :button 
  158.         {
  159.           label = "*";
  160.           key = "c12";
  161.         }
  162.       }
  163.       :row 
  164.       {
  165.         :button
  166.         {
  167.           label = ".";
  168.           key = "c13";
  169.         }
  170.         :button
  171.         {
  172.           label = "0";
  173.           key = "c14";
  174.         }
  175.         :button 
  176.         {
  177.           label = "=";
  178.           key = "c15";
  179.         }
  180.         :button
  181.         {
  182.           label = "/";
  183.           key = "c16";
  184.         }
  185.       }
  186.     }
  187.     :column
  188.     {
  189.      :row
  190.       {
  191.         :button
  192.         {
  193.           fixed_width = true;
  194.           label = " X";
  195.           key = "xl";
  196.         }
  197.         :button
  198.         {
  199.           fixed_width = true;
  200.           label = "X ";
  201.           key = "xr";
  202.         }
  203.         :edit_box
  204.         {
  205.            key = "xv"; 
  206.            edit_width = 8;
  207.         }
  208.       }
  209.       :row
  210.       {
  211.         :button
  212.         {
  213.           label = "X +";
  214.           fixed_width = true;
  215.           key = "xp";
  216.         }
  217.         :button
  218.         {
  219.           label = "X -";
  220.           fixed_width = true;
  221.           key = "xm";
  222.         }
  223.         :button
  224.         {
  225.           label = "Get PT X";
  226.           fixed_width = true;
  227.           key = "xpt";
  228.         }
  229.       }
  230.       :row
  231.       {
  232.         :button
  233.         {
  234.           fixed_width = true;
  235.           label = " Y";
  236.           key = "yl";
  237.         }
  238.         :button
  239.         {
  240.           label = "Y ";
  241.           fixed_width = true;
  242.           key = "yr";
  243.         }
  244.         :edit_box
  245.         {
  246.            key = "yv"; 
  247.            edit_width = 8;
  248.         }
  249.       }
  250.       :row
  251.       {
  252.         :button
  253.         {
  254.           label = "Y +";
  255.           fixed_width = true;
  256.           key = "yp";
  257.         }
  258.         :button
  259.         {
  260.           label = "Y -";
  261.           fixed_width = true;
  262.           key = "ym";
  263.         }
  264.         :button
  265.         {
  266.           label = "Get PT Y";
  267.           fixed_width = true;
  268.           key = "ypt";
  269.         }
  270.       }
  271.  
  272.       :row
  273.       {
  274.         :button
  275.         {
  276.           label = " Z";
  277.           fixed_width = true;
  278.           key = "zl";
  279.         }
  280.         :button
  281.         {
  282.           fixed_width = true;
  283.           label = "Z ";
  284.           key = "zr";
  285.         }
  286.         :edit_box
  287.         {
  288.            key = "zv"; 
  289.            edit_width = 8;
  290.         }
  291.       }
  292.       :row
  293.       {
  294.         :button
  295.         {
  296.           label = "Z +";
  297.           fixed_width = true;
  298.           key = "zp";
  299.         }
  300.         :button
  301.         {
  302.           label = "Z -";
  303.           fixed_width = true;
  304.           key = "zm";
  305.         }
  306.         :button
  307.         {
  308.           label = "Get PT Z";
  309.           fixed_width = true;
  310.           key = "zpt";
  311.         }
  312.       }
  313.  
  314.       :row
  315.       {
  316.         :button
  317.         {
  318.           label = " Get Point ";
  319.           key = "getpt";
  320.         }
  321.       }
  322.       :row
  323.       {
  324.         :button
  325.         {
  326.           fixed_width = true;
  327.           label = "Select";
  328.           key = "select";
  329.         }      
  330.         :button
  331.         {
  332.           label = " IN ";
  333.           fixed_width = true;
  334.           key = "in";
  335.         }
  336.         :button
  337.         {
  338.           label = " MM ";
  339.           fixed_width = true;
  340.           key = "mm";
  341.         }
  342.       }
  343.     }
  344.   }
  345.   :row
  346.   {
  347.     spacer_1;
  348.     :toggle
  349.     {
  350.       label = "Return Point";
  351.       key = "ret";
  352.     }
  353.   }
  354.   ok_cancel;
  355. }  
  356.